home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1997 September
/
Macworld (1997-09).dmg
/
Serious Software
/
Cherwell Scientific Demos
/
DIMPLE
/
Install Files
/
IOL
/
Edge Enhance.IOL
< prev
next >
Wrap
Text File
|
1997-02-25
|
243b
|
15 lines
!DIMPLE IOL PROGRAM
! Edge enhancement using substractive smoothing
images
x input ;
d1 temp ;
y "Edges" output ;
operations
d1 = filter x ( 1, 1, 1,
1, 1, 1,
1, 1, 1 ) / 9 ;
y = x + (x-d1) ;